FUNCTION SetDesktopAnimationStatus(status: DesktopAnimationStatusType): OSStatus; C;
FUNCTION NewDesktopAnimationModuleDescRef(itemName: TextObject; itemFile: FSObjectRef; itemID: SInt32; itemType: DesktopAnimItemType; VAR moduleDescRef: DesktopAnimModuleDescRef): OSStatus; C;
FUNCTION CloneDesktopAnimationModuleDescRef(moduleDescRef: DesktopAnimModuleDescRef): OSStatus; C;
FUNCTION EquivalentDesktopAnimationModuleDescRefs(moduleADescRef: DesktopAnimModuleDescRef; moduleBDescRef: DesktopAnimModuleDescRef): BOOLEAN; C;
FUNCTION GetDesktopAnimationModuleDescInfo(moduleDescRef: DesktopAnimModuleDescRef; itemName: TextObject; VAR itemFile: FSObjectRef; VAR itemID: SInt32; VAR itemType: DesktopAnimItemType): OSStatus; C;
FUNCTION DisposeDesktopAnimModuleDescRef(moduleDescRef: DesktopAnimModuleDescRef): OSStatus; C;